/*关于我们*/
/*$$
{"color":[{"val":"#4f4f4f","title":"标题中文字颜色+正文字"},
{"val":"#e7e7e7","title":"标题英文字颜色"},
{"val":"#999999","title":"左侧列表字颜色"},
{"val":"rgba(255,255,255,.85)","title":"查看详情按钮默认文字颜色"},
{"val":"#ffffff","title":"查看更多颜色"}],
"background":[{"val":"#ff7011","title":"标题横线颜色+查看更多"},
{"val":"#fab384","title":"查看详情鼠标滑过边框"},
{"val":"#4f4f4f","title":"大标题横线颜色"},{"val":"#a5a5a5","title":"列表竖线颜色"}],"border":[]}
$$*/

#about_152 {
	width: 1200px;
	margin: 0 auto;
	padding: 60px 0;
}

#about_152 .indexTitle {
	width: 100%;
}

#about_152 .indexCH {
	font-size: 26px;
	line-height: 40px;
	color: #4f4f4f;
	text-align: center;
	width: 10.4%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#about_152 .indexCH span {
	width: 8px;
	height: 3px;
	background: #4f4f4f;
	text-align: center;
	display: block;
}

#about_152 .indexEN {
	font-size: 37px;
	line-height: 45px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	color: #e7e7e7;
}

#about_152 .indexLine {
	height: 4px;
	width: 67px;
	margin: 0 auto;
	background: #ff7011;
	margin-top: 10px;
}

#about_152 .aboutBody {
	width: 100%;
	margin-top: 70px;
}

#about_152 .aboutChar {
	width: 50%;
	float: left;
	padding-right: 6.7%;
}

#about_152 .aboutCharTit {
	width: 100%;
	font-size: 20px;
	line-height: 36px;
	color: #4f4f4f;
}

#about_152 .aboutChar p {
	font-size: 16px;
	line-height: 36px;
	color: #4f4f4f;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	margin-top: 35px;
	max-height: 216px;
}

#about_152 .aboutChar ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 70px;
}

#about_152 .aboutChar ul li {}

#about_152 .aboutChar ul li .aboutCharA {
	font-family: impact;
	font-size: 52px;
	line-height: 45px;
	color: #4f4f4f;
}

#about_152 .aboutChar ul li .aboutCharA span {
	font-family: "微软雅黑";
	line-height: 45px;
	font-size: 19px;
	color: #4f4f4f;
}

#about_152 .aboutChar ul li .aboutCharB {
	font-size: 16px;
	line-height: 35px;
	color: #999999;
	margin-top: -10px;
}

#about_152 .aboutChar ul li .liLine {
	height: 95px;
	width: 2px;
	background: #a5a5a5;
}

#about_152 .aboutMore {
	width: 170px;
	line-height: 42px;
	text-align: center;
	font-size: 14px;
	background: #ff7011;
	border-radius: 5px;
	position: relative;
	cursor: pointer;
	color: #ffffff;
}
#about_152 .aboutMore.btnAnimat .inner{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border-radius: 5px;
}
#about_152 .aboutMore.btnAnimat:before,
#about_152 .aboutMore.btnAnimat:after,
#about_152 .aboutMore.btnAnimat .inner:before,
#about_152 .aboutMore.btnAnimat .inner:after{
	background:#fab384;
}
#about_152 .aboutMore.btnAnimat:before,
#about_152 .aboutMore.btnAnimat:after,
#about_152 .aboutMore.btnAnimat .inner:before,
#about_152 .aboutMore.btnAnimat .inner:after{
	position:absolute;
	content:"";
	display:block;
	-webkit-transition:-webkit-transform 0.3s;
	transition:-webkit-transform 0.3s;
	transition:transform 0.3s;
	transition:transform 0.3s,-webkit-transform 0.3s;
}
#about_152 .aboutMore.btnAnimat:before,
#about_152 .aboutMore.btnAnimat:after{
	left:0;
	width:100%;
	height:2px;
	-webkit-transform:scaleX(0);
	transform:scaleX(0);
}
#about_152 .aboutMore.btnAnimat .inner:before,
#about_152 .aboutMore.btnAnimat .inner:after{
	top:0;
	width:2px;
	height:100%;
	-webkit-transform:scaleY(0);
	transform:scaleY(0);
}

#about_152 .aboutMore.btnAnimat .inner:before{
	left:0;
}
#about_152 .aboutMore.btnAnimat .inner:after{
	right:0;
}
#about_152 .aboutMore.btnAnimat .inner:hover:before,
#about_152 .aboutMore.btnAnimat .inner:hover:after{
	-webkit-transform:scaleY(1);transform:scaleY(1);
}

#about_152 .aboutMore.btnAnimat:before{
	top:0;
}
#about_152 .aboutMore.btnAnimat:after{
	bottom:0;
}
#about_152 .aboutMore.btnAnimat:hover:before,
#about_152 .aboutMore.btnAnimat:hover:after{
	-webkit-transform:scaleX(1);transform:scaleX(1);
}
#about_152 .aboutMore.btnAnimat:hover .inner:before,
#about_152 .aboutMore.btnAnimat:hover .inner:after{
	-webkit-transform:scaleY(1);transform:scaleY(1);
}
#about_152 .aboutMore.btnAnimat.clockwise .inner:before{
	-webkit-transform-origin:top center;
	transform-origin:top center;
}
#about_152 .aboutMore.btnAnimat.clockwise .inner:after{
	-webkit-transform-origin:bottom center;
	transform-origin:bottom center;
}
#about_152 .aboutMore.btnAnimat.clockwise:before{
	-webkit-transform-origin:right center;
	transform-origin:right center;
}
#about_152 .aboutMore.btnAnimat.clockwise:after{
	-webkit-transform-origin:left center;
	transform-origin:left center;
}
#about_152 .aboutMore.btnAnimat.clockwise:hover .inner:before{
	-webkit-transform-origin:bottom center;
	transform-origin:bottom center;
}
#about_152 .aboutMore.btnAnimat.clockwise:hover .inner:after{
	-webkit-transform-origin:top center;
	transform-origin:top center;
}
#about_152 .aboutMore.btnAnimat.clockwise:hover:before{
	-webkit-transform-origin:left center;
	transform-origin:left center;
}
#about_152 .aboutMore.btnAnimat.clockwise:hover:after{
	-webkit-transform-origin:right center;
	transform-origin:right center;
}
#about_152 .aboutMore .tit{
	width: 100%;
	display: block;
	cursor: pointer;
	color: rgba(255,255,255,.85);
	margin-top: 70px;
}
#about_152 .aboutMore:hover .tit{
	color: #ffffff;
}
#about_152 .aboutImg{
	width: 50%;
	float: right;
	height: 580px;
	overflow: hidden;
	background-size: auto 100%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	
}
#about_152 .aboutImg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#about_152 .wapImg{
	width: 100%;
	height: 230px;
	overflow: hidden;
	display: none;
}
#about_152 .wapImg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width:1200px) {
	#about_152 {
		width: 90%;
	}
	#about_152 .indexCH{
		width: 15%;
	}
}


/* ipad */

@media screen and (max-width:992px) {
	#about_152 {
		width: 90%;
	}
	#about_152 .indexCH{
		width: 20%;
	}
	#about_152 .aboutChar{
		padding-right: 3%;
	}
	#about_152 .aboutChar ul{
		margin-top: 0;
	}
	#about_152 .aboutChar ul li .aboutCharA{
		font-size: 42px;
	}
	#about_152 .aboutChar ul li .aboutCharB{
		font-size: 12px;
	}
}


/* 手机 */

@media screen and (max-width: 767px) {
	#about_152 {
		width: 96%;
		padding: 20px 0;
	}
	#about_152 .indexCH{
		width: 35%;
		line-height: 36px;
	}
	#about_152 .aboutChar{
		width: 100%;
		padding-right: 0;
	}
	#about_152 .aboutImg{
		width: 100%;
		height: 260px;
	}
	
	#about_152 .aboutChar p{
		font-size: 14px;
		line-height: 24px;
		max-height: 144px;
		margin-top: 0;
	}
	#about_152 .aboutCharTit{
		font-size: 16px;
		line-height: 36px;
	}
	#about_152 .aboutChar ul{
		margin: 10px 0;
	}
	#about_152 .aboutChar ul li .aboutCharA{
		text-align: center;
	}
	#about_152 .aboutMore .tit{
		margin-top: 20px;
	}
	#about_152 .aboutMore{
		width: 35%;
		margin: 0 auto;
		line-height: 36px;
	}
	#about_152 .aboutImg{
		display: none;
	}
	#about_152 .wapImg{
		display: block;
	}
	#about_152 .indexLine{
		height: 2px;
		margin-top: 5px;
	}
	#about_152 .indexEN{
		font-size: 18px;
		line-height: 30px;
	}
}
